home *** CD-ROM | disk | FTP | other *** search
- ; WB-tree File Based Associative String Data Base System.
- ; Copyright (c) 1991, 1992, 1993 Holland Mark Martin
- ;
- ;Permission to use, copy, modify, and distribute this software and its
- ;documentation for educational, research, and non-profit purposes and
- ;without fee is hereby granted, provided that the above copyright
- ;notice appear in all copies and that both that copyright notice and
- ;this permission notice appear in supporting documentation, and that
- ;the name of Holland Mark Martin not be used in advertising or
- ;publicity pertaining to distribution of the software without specific,
- ;written prior consent in each case. Permission to incorporate this
- ;software into commercial products can be obtained from Jonathan
- ;Finger, Holland Mark Martin, 174 Middlesex Turnpike, Burlington, MA,
- ;01803-4467, USA. Holland Mark Martin makes no representations about
- ;the suitability or correctness of this software for any purpose. It
- ;is provided "as is" without express or implied warranty. Holland Mark
- ;Martin is under no obligation to provide any services, by way of
- ;maintenance, update, or otherwise.
-
- (load (in-vicinity (program-vicinity) "defs"))
- (load (in-vicinity (program-vicinity) "sys"))
- (load (in-vicinity (program-vicinity) "blink"))
- (load (in-vicinity (program-vicinity) "ent"))
- (load (in-vicinity (program-vicinity) "handle"))
- (load (in-vicinity (program-vicinity) "prev"))
- (load (in-vicinity (program-vicinity) "del"))
- (load (in-vicinity (program-vicinity) "scan"))
- (load (in-vicinity (program-vicinity) "db"))
- (load (in-vicinity (program-vicinity) "stats"))
- (load (in-vicinity (program-vicinity) "blkio"))
- (load (in-vicinity (program-vicinity) "test"))
- (load (in-vicinity (program-vicinity) "test2"))
- ;(main)
- ;(rmain)
-